Skip inscription-markup.ui reftest for now
authorSimon McVittie <smcv@debian.org>
Fri, 12 Aug 2022 09:45:14 +0000 (10:45 +0100)
committerSimon McVittie <smcv@debian.org>
Fri, 12 Aug 2022 09:45:14 +0000 (10:45 +0100)
The whole thing is rendered 1px offset from where it should be, which is
not a serious problem for practical use of GTK, but makes the tests fail.

debian/patches/Disable-inscription-markup.ui-reftest.patch [new file with mode: 0644]
debian/patches/series

diff --git a/debian/patches/Disable-inscription-markup.ui-reftest.patch b/debian/patches/Disable-inscription-markup.ui-reftest.patch
new file mode 100644 (file)
index 0000000..e29babd
--- /dev/null
@@ -0,0 +1,26 @@
+From: Simon McVittie <smcv@debian.org>
+Date: Fri, 12 Aug 2022 10:44:17 +0100
+Subject: Disable inscription-markup.ui reftest
+
+It's rendered 1px to the left of where it should be, which is not a
+serious problem for practical use of GTK, but is a test failure.
+
+Bug: https://gitlab.gnome.org/GNOME/gtk/-/issues/5099
+Forwarded: not-needed, workaround
+---
+ testsuite/reftests/meson.build | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/testsuite/reftests/meson.build b/testsuite/reftests/meson.build
+index 504ea01..68e24c6 100644
+--- a/testsuite/reftests/meson.build
++++ b/testsuite/reftests/meson.build
+@@ -361,8 +361,6 @@ testdata = [
+   'image-load-from-file.css',
+   'image-load-from-file.ref.ui',
+   'image-load-from-file.ui',
+-  'inscription-markup.ref.ui',
+-  'inscription-markup.ui',
+   'inscription-overflow.ref.ui',
+   'inscription-overflow.ui',
+   'inscription-overflow-multiline.ref.ui',
index b40b9b46f551df50320f53fc5ea57ce50b8ca4ff..2a14fb90587f22dd530a26a731863b9e4a5d34f9 100644 (file)
@@ -3,3 +3,4 @@ reftests-Allow-minor-differences-to-be-tolerated.patch
 debian/Skip-some-known-failing-tests-on-mips-family-architecture.patch
 debian/Disable-clipboard-test.patch
 Work-around-1014417-in-Meson.patch
+Disable-inscription-markup.ui-reftest.patch